FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.infoway.io.erec#1.0.0-dft-ballot (63 ms)

Package ca.infoway.io.erec
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.infoway.io.erec@1.0.0-dft-ballot&canonical=https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader
Url https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader
Version 0.1.0
Status draft
Name MessageHeader
Title MessageHeader
Experimental False
Description The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.
Type MessageHeader
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Appointment Appointment
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication Communication
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization Organization
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner Practitioner
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole PractitionerRole
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/Referral-Identifier-EXT ReferralIdentifier
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/Routing-Options-EXT RoutingOptions
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest ServiceRequest
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task Task
https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/identifier-type Identifier Type
https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/message-event-code Message Event Code


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "CA-eReC-MessageHeader",
  "url" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader",
  "version" : "0.1.0",
  "name" : "MessageHeader",
  "title" : "MessageHeader",
  "status" : "draft",
  "description" : "The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "MessageHeader",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MessageHeader",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "MessageHeader.meta",
        "path" : "MessageHeader.meta",
        "comment" : "The MustSupport flag on this element has been relaxed in this version until further confirmation of the use of meta.profile (outside of use for certain validation suites) and impact can be assessed by the working group."
      },
      {
        "id" : "MessageHeader.extension:referralIdentifier",
        "path" : "MessageHeader.extension",
        "sliceName" : "referralIdentifier",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/Referral-Identifier-EXT"
            ]
          }
        ],
        "isModifier" : false,
        "binding" : {
          "strength" : "extensible",
          "description" : "Codes supported by Ontario Health that can be used to determine which identifier to use for a specific purpose.",
          "valueSet" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/identifier-type"
        }
      },
      {
        "id" : "MessageHeader.extension:routingOptions",
        "path" : "MessageHeader.extension",
        "sliceName" : "routingOptions",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/Routing-Options-EXT"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "MessageHeader.event[x]",
        "path" : "MessageHeader.event[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "MessageHeader.event[x]:eventCoding",
        "path" : "MessageHeader.event[x]",
        "sliceName" : "eventCoding",
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/message-event-code"
        }
      },
      {
        "id" : "MessageHeader.event[x]:eventCoding.code",
        "path" : "MessageHeader.event[x].code",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/message-event-code"
        }
      },
      {
        "id" : "MessageHeader.destination",
        "path" : "MessageHeader.destination",
        "mustSupport" : true
      },
      {
        "id" : "MessageHeader.destination.receiver",
        "path" : "MessageHeader.destination.receiver",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization"
            ]
          }
        ]
      },
      {
        "id" : "MessageHeader.sender",
        "path" : "MessageHeader.sender",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization"
            ]
          }
        ]
      },
      {
        "id" : "MessageHeader.enterer",
        "path" : "MessageHeader.enterer",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner"
            ]
          }
        ]
      },
      {
        "id" : "MessageHeader.author",
        "path" : "MessageHeader.author",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MessageHeader.source",
        "path" : "MessageHeader.source",
        "mustSupport" : true
      },
      {
        "id" : "MessageHeader.source.contact",
        "path" : "MessageHeader.source.contact",
        "mustSupport" : true
      },
      {
        "id" : "MessageHeader.source.contact.system",
        "path" : "MessageHeader.source.contact.system",
        "mustSupport" : true
      },
      {
        "id" : "MessageHeader.source.contact.value",
        "path" : "MessageHeader.source.contact.value",
        "mustSupport" : true
      },
      {
        "id" : "MessageHeader.source.endpoint",
        "path" : "MessageHeader.source.endpoint",
        "mustSupport" : true
      },
      {
        "id" : "MessageHeader.responsible",
        "path" : "MessageHeader.responsible",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization"
            ]
          }
        ]
      },
      {
        "id" : "MessageHeader.reason",
        "path" : "MessageHeader.reason",
        "mustSupport" : true
      },
      {
        "id" : "MessageHeader.focus",
        "path" : "MessageHeader.focus",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Appointment",
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication"
            ]
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.